testpopover: Sync initial vals of controls & props
authorDaniel Boles <dboles@src.gnome.org>
Mon, 14 Aug 2017 22:10:59 +0000 (23:10 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 14 Aug 2017 22:15:11 +0000 (23:15 +0100)
commitfb66f539aefb91b70e7fcd0478512e8420ea7c23
treeabee0e8e995bcb10d0b47935af103f5e21adb915
parenta4d08006734f5c3309dd31b87b05d89f0fa492a0
testpopover: Sync initial vals of controls & props

The ComboBoxes were initially empty, rather than reflecting the initial
values of the properties. The CheckButtons were only correct by chance.
Fix this by setting the initial values on the widgets and binding them
to the properties using SYNC_CREATE, so the two are always synced up.

https://bugzilla.gnome.org/show_bug.cgi?id=786209
tests/testpopover.c